.net byte[] to List<List<Point>>

Posted by user1112111 on Stack Overflow See other posts from Stack Overflow or by user1112111
Published on 2010-04-14T12:24:07Z Indexed on 2010/04/14 12:33 UTC
Read the original article Hit count: 437

Filed under:
|
|
|

Is is possible to convert a byte array back to a List<List<Point>> ?

LE: I am saving the List<List<Point>> in a database BLOB field. When I retrieve it, I want to convert it back to a List<List<Point>>.

So I have the byte[], but I cannot figure out how to convert it. How should the de/serialization look like ?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about byte